UCF STIG Viewer Logo

Nutanix AOS must generate audit records when concurrent logons to the same account occur from different sources.


Overview

Finding ID Version Rule ID IA Controls Severity
V-254159 NUTX-OS-000560 SV-254159r846565_rule Medium
Description
Without generating audit records specific to the security and mission needs of the organization, it would be difficult to establish, correlate, and investigate the events relating to an incident or identify those responsible for one. Audit records can be generated from various components within the information system (e.g., module or policy filter).
STIG Date
Nutanix AOS 5.20.x OS Security Technical Implementation Guide 2022-08-24

Details

Check Text ( C-57644r846563_chk )
Confirm Nutanix AOS generates audit records when concurrent logons to the same account occur.

$ sudo grep -i /var/run/faillock /etc/audit/audit.rules
-w /var/run/faillock -p wa -k logins

$ sudo grep -i /var/log/lastlog /etc/audit/audit.rules
-w /var/log/lastlog -p wa -k logins

If the commands listed do not return any output, this is a finding.
Fix Text (F-57595r846564_fix)
Configure the audit rules by running the following command:

$ sudo salt-call state.sls security/CVM/auditCVM